home *** CD-ROM | disk | FTP | other *** search
/ Publisher Platinum / Publisher Platinum.iso / clipart / utils / hgcib202 / features.prx < prev    next >
Encoding:
Text File  |  1993-04-30  |  12.5 KB  |  352 lines

  1.      /*
  2.  
  3.  
  4.  
  5.                 Athena Digital Video BIOS (TM) Version 3.01
  6.       Copyright (C) Athena Digital, 1986, 1987. All rights reserved.
  7.           2351 College Station Road, Suite 567, Athens, Ga 30605
  8.                                404/354-4522
  9.  
  10.  
  11.                     This feature file dated June 29,1987
  12.  
  13.  
  14.      *\
  15.      /*
  16.  
  17.  
  18.                        *** Trademarks / Owners ***
  19.  
  20.                 Athena Digital Video BIOS / Athena Digital
  21.             Microsoft, MS-DOS, CodeView / Microsoft Corporation
  22.          IBM, BASICA / International Business Machines Corporation
  23.      Hercules, RamFont, FontMan, InColor / Hercules Computer Technology
  24.  
  25.  
  26.  
  27.  
  28.      *\
  29.      /*
  30.                 *** What is Athena Digital Video BIOS ? ***
  31.  
  32.      Athena  BIOS  is a new software system designed  to  replace  the 
  33.      original video BASIC INPUT / OUTPUT SYSTEM (BIOS) in IBM PC  com-
  34.      patible  computers. There are many reasons for doing this.  IBM's 
  35.      original  video  BIOS was an excellent program in it's  day.  New 
  36.      video adapters and better versions of the old ones have  strained 
  37.      the  capabilities of the original BIOS, but it is still the  only 
  38.      one  available  - and all of your application  programs  use  it. 
  39.      Athena  Digital created this new BIOS to help computer users  and 
  40.      programmers get the most from today's AND tomorrow's video  hard-
  41.      ware.
  42.      *\
  43.      /*
  44.  
  45.                        *** Athena BIOS Features ***
  46.  
  47.      This demo is an introduction to Athena's Video BIOS device driver 
  48.      for  MS-DOS  computers and MS-DOS application software.   Two  of 
  49.      it's  more popular features will be discussed. The first is  it's 
  50.      ability  to  help Color Graphics Adapter (CGA)  programs  to  run 
  51.      without  modification on Monochrome Graphics Adapters (MGA)  such 
  52.      as the Hercules. The second is it's ability to simplify  Hercules 
  53.      programming for application developers. 
  54.  
  55.  
  56.      *\
  57.      /*
  58.  
  59.  
  60.                      *** What is a Device Driver ? ***
  61.  
  62.      Device drivers are control programs which automatically load  and 
  63.      become active when your computer starts up. In this case,  Athena 
  64.      BIOS  automatically takes over from your existing video  BIOS  to 
  65.      give  you faster screen display, allow you to run Color  Graphics 
  66.      programs on a Hercules Graphics Card, and numerous other features 
  67.      high-lighted below.
  68.  
  69.  
  70.      *\
  71.      /*
  72.                   *** Accelerate Application Programs ***
  73.  
  74.      If you don't program - you still need the BIOS. The device driver 
  75.      BIOS gives you faster screen output and eliminates flicker  while 
  76.      scrolling on modern CGAs. On Monochrome text or Monochrome graph-
  77.      ics  adapters,  it can give you a display output  speed  increase 
  78.      from 30 to 50%. 
  79.  
  80.      Consider  the cost of a Color Graphics Adapter and  display  mon-
  81.      itor. If functionality and quality text are your object, then you 
  82.      may not NEED a color monitor and graphics card.
  83.  
  84.      *\
  85.      /*
  86.             *** How Effective Is The Emulation Capability ? ***
  87.  
  88.      The  list of compatible software includes programs  like  BASICA, 
  89.      CodeView,  QuickBASIC's  editor and about 95% of all  others.  It 
  90.      will  even  run CGA text applications which ordinarily  hang  the 
  91.      computer unless a CGA is present AND programs which use Microsoft 
  92.      mouse or software compatibles.
  93.  
  94.      The  few which are least likely to work are certain games, so  if 
  95.      your  use  is serious, chances are better than good that  all  of 
  96.      your CGA applications will run on your Hercules with Athena BIOS.
  97.  
  98.      *\
  99.      /*
  100.  
  101.                 *** Will It Work on Any Hercules Card ? ***
  102.  
  103.      All  (8) CGA 40 column or (4) 80 column text pages are  available 
  104.      on ANY Hercules Graphics Adapter including the new Hercules  Plus 
  105.      or InColor in 4K RamFont mode (with your favorite font loaded).
  106.  
  107.      The  40 column CGA graphics mode even appears in shades of  amber 
  108.      (or green or white depending on your monitor).
  109.  
  110.  
  111.  
  112.      *\
  113.      /*
  114.                    *** Will it work with QuickBASIC? ***
  115.  
  116.      This  short demo was written entirely in QuickBASIC Version  2.00 
  117.      (except  the logo in true Hercules mode) and linked  with  Athena 
  118.      BIOS. 
  119.  
  120.      The  BIOS  is compatible with BCOM or BRUN. ALL  of  QuickBASIC's 
  121.      standard  text  and  graphics functions work  with  Athena  BIOS, 
  122.      whether  the display used is the Hercules adapter  (in  emulation 
  123.      mode) the CGA or the EGA. 
  124.  
  125.  
  126.      *\
  127.      /*
  128.  
  129.              *** What About The Hercules Graphics Modes ? ***
  130.  
  131.      The  BIOS  allows  BASIC to support MGAs with all  of  the  BASIC 
  132.      graphics functions at the CGA screen resolution. It also  simpli-
  133.      fies support of Hercules high resolution graphics by enabling all 
  134.      of  BASIC's  standard text functions to work  properly  with  the 
  135.      Hercules high resolution modes. Pixel-oriented graphics are  sup-
  136.      ported through Athena BIOS read/write pixel function. A technical 
  137.      reference  manual is available for those who would like  to  take 
  138.      advantage of Athena BIOS' extended capabilities.
  139.  
  140.      *\
  141.      /*
  142.  
  143.      Athena provides BIOS support for the high resolution Hercules 350 
  144.      vertical  by 720 horizontal modes, and a new 350 vertical by  360 
  145.      mode with three intensities and 4 logical pixel colors.
  146.  
  147.      Athena  provides ALL of the original BIOS call support for  these 
  148.      new  modes  including  character  generation,  scrolling,   pixel 
  149.      write/read, BIOS string functions and Microsoft mouse support. 
  150.  
  151.      New functions support adapter switching, context saves, and  mul-
  152.      tiple simultaneous character fonts in Hercules Graphics modes.
  153.  
  154.      *\
  155.      /*
  156.                             *** What Else ? ***
  157.  
  158.      o    Supports  a new 8 page 80 column text mode for all  Hercules      
  159.           cards including mouse support for all 8 pages.
  160.  
  161.      o    Provides  extended equipment, system capability  information      
  162.           for applications. It even detects whether or not a CGA  sup-
  163.           ports  Hercules  page switching and what model  Hercules  is 
  164.           installed.
  165.  
  166.      o    Supports faster video operation in ALL modes than the origi-
  167.           nal BIOS.
  168.      *\
  169.      /*
  170.  
  171.      o    Easily  upgraded  as features are added by  simply  changing 
  172.           drivers. This means it won't become obsolete as ROMs will.
  173.  
  174.      o    Installs as a device driver for MS-DOS version 2.10 or later
  175.  
  176.      o    Adds PC-AT BIOS print string functions to the PC or compati-
  177.           bles.
  178.  
  179.      o    Supports  flicker-free  scrolling on modern  Color  Graphics      
  180.           Adapters.
  181.  
  182.      *\
  183.      /*
  184.  
  185.  
  186.      o    Offers  CGA  software  programmers  the  ultimately   simple      
  187.           upgrade to support the MGA with their existing code. 
  188.  
  189.      o    Fully compatible in all standard modes and in CGA  emulation 
  190.           modes with Hercules' new 4K RamFont cards.
  191.  
  192.      o    Supports multiple simultaneous text fonts in Hercules graph-
  193.           ics modes (such as italics, bold, reverse, underline,  etc.) 
  194.           by allowing external font tables.
  195.  
  196.      *\
  197.      /*
  198.  
  199.  
  200.                     *** What Comes in the Package ? ***
  201.  
  202.      Device  Drivers  come on a 5 1/4" IBM format diskette,  with  the 
  203.      Users Guide and a "Buss Terminator".
  204.  
  205.      Software will be supplied on 3.5" diskette if requested.
  206.  
  207.  
  208.  
  209.  
  210.      *\
  211.      /*
  212.                    *** So What's a Buss Terminator ? ***
  213.  
  214.      The one inch tall "Buss Terminator" is a proprietary device which 
  215.      is largely responsible for Athena's emulation success rate. It is 
  216.      designed  to fit a PC slot ordinarily made useless  by  accessory 
  217.      cabling or piggy-back cards and is only required if you will  use 
  218.      emulation  modes  with applications that are un-aware  of  Athena 
  219.      BIOS.
  220.      Applications  which are linked with Athena BIOS  or  applications 
  221.      which  communicate  with  an Athena  Digital  device  driver  are 
  222.      expected  to play by the rules .. so the Buss Terminator  is  not 
  223.      required for them to run in emulation mode or otherwise.
  224.      *\
  225.      /*
  226.  
  227.                      *** How About Installation ? ***
  228.  
  229.      Software  installation is a matter of copying the  Athena  device 
  230.      driver  to  your boot disk, and inserting a one line  command  in 
  231.      your MS-DOS "config.sys" file:
  232.  
  233.                              DEVICE=ATHENA.SYS
  234.  
  235.      The Buss Terminator installation is less difficult than a printer 
  236.      card, since it requires no screws or cables.
  237.  
  238.      *\
  239.      /*
  240.                   *** What Computers Are Supported ? ***
  241.  
  242.      Athena  Video BIOS is compatible with a variety of MS-DOS  compu-
  243.      ters,  including  the PC, PC-XT, PC-AT, Leading Edge,  and  other 
  244.      hardware  compatibles  as long as it has PC or  PC-AT  compatible 
  245.      buss  slots (if the user-activated emulation mode  is  required). 
  246.      Microsoft  mouse  and  software identicals  are  also  supported. 
  247.      Athena BIOS supports a variety of display adapters including  the 
  248.      Color  Graphics  Adapter, Monochrome  Text  Adapter,  Monochromes 
  249.      Graphics  Adapter,  Enhanced Graphics Adapter,  Hercules  InColor 
  250.      Card, and Hercules Graphics Card Plus.
  251.  
  252.      *\
  253.      /*
  254.               *** What if I Have More Than One Adapter ? ***
  255.  
  256.      Athena  BIOS will correctly detect and handle  adapter  switching 
  257.      for the following multi-adapter combinations:
  258.  
  259.      Hercules Graphics                       
  260.      Hercules InColor                        EGA Color*    
  261.      Hercules Plus            WITH           CGA           
  262.      Mono Text Only                          Hercules Color
  263.      EGA Monochrome*
  264.  
  265.           * EGA Color and EGA monochrome cannot be used together.
  266.      *\
  267.      /*
  268.             *** Controlling Athena BIOS After Installation ***
  269.  
  270.      With the device driver, you are provided a utility which allows 
  271.      you keyboard control over Athena's variety of modes. With this 
  272.      utility, you can:
  273.  
  274.      o    Select active adapters.
  275.      o    Disable  or reset the BIOS so you can change hardware  modes         
  276.           on multi-mode adapters.
  277.      o    Obtain installed equipment and status reports.
  278.      o    Freely enter and exit emulation mode.
  279.  
  280.      *\
  281.      /*
  282.                         *** What Does It Cost ? ***
  283.  
  284.      The  Athena  BIOS device driver with buss  terminator  is  $40.00 
  285.      direct  from  Athena Digital. Of course, prices  are  subject  to 
  286.      change.
  287.  
  288.      Dealers,  OEMS, and those desiring site licenses are welcome  and 
  289.      encouraged to contact Athena Digital about sub-license,  quantity 
  290.      discounts, special programming requirements, or special  hardware 
  291.      support.
  292.  
  293.  
  294.      *\
  295.      /*
  296.  
  297.                    *** Why So Much About Hercules ? ***
  298.  
  299.      The  Hercules video standard was the third available for  the  PC 
  300.      and  the first which offered truly high graphics  resolution.  It 
  301.      was  also  the first to support graphics on  the  TTL  monochrome 
  302.      display.
  303.  
  304.      Today, Hercules' standards are universally accepted as the  opti-
  305.      mum display adapters for TTL monochrome PC systems and  Hercules' 
  306.      development continues.
  307.  
  308.      *\
  309.      /*
  310.  
  311.      Until  now, it was necessary for users to choose between  quality 
  312.      text  and graphics at an attractive cost (MGA) or poor text  with 
  313.      widely  supported graphics at a moderate cost (CGA) or good  text 
  314.      and good color graphics at high cost (EGA).
  315.  
  316.      With Athena BIOS, the choice is now a bit easier to make. You can 
  317.      have  quality text, high resolution graphics, and still  run  the 
  318.      majority  of graphics software written for the CGA standard  with 
  319.      surprising effectiveness.
  320.  
  321.  
  322.      *\
  323.      /*
  324.  
  325.      Athena  Digital  supports color too. The display  resolution  and 
  326.      quality of the Hercules Graphics Card is now matched in color  by 
  327.      Hercules'  InColor Card. It is also approached by EGA  and  chal-
  328.      lenged  by VGA. Each of these standards provides demanding  users 
  329.      with  superb  color graphics resolution where it  is  desired  or 
  330.      required.
  331.  
  332.      The BIOS is compatible with InColor and EGA. It provides  InColor 
  333.      owners  with CGA software support just as it supports  the  other 
  334.      Hercules Cards. It is also compatible with the EGA modes of VGA.
  335.  
  336.      *\
  337.      /*
  338.  
  339.  
  340.  
  341.  
  342.  
  343.           Thanks for reading .. you will return to the menu now.
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.      *\
  351.      /*
  352.